home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: The Month 2003 December / The Sunday Times - The Month 2003-12.iso / pc / engine / shell / shell.swf / scripts / DefineSprite_91 / frame_1 / DoAction.as
Encoding:
Text File  |  2003-11-10  |  104 b   |  10 lines

  1. function show(label)
  2. {
  3.    gotoAndStop(label);
  4. }
  5. function hide()
  6. {
  7.    gotoAndStop(1);
  8. }
  9. stop();
  10.